软考真题
第61题
执行下面的一段C程序后,变量ret的值为( )
char str[20];
int ret=strlen(strcpy(str,”Hello_World”));